Revision: ftp-utils--lord--1.0--patch-26
Archive: lord@regexps.com--2002
Creator: Tom Lord <lord@regexps.com>
Date: Sun Feb 17 12:55:52 PST 2002
Standard-date: 2002-02-17
Summary: portability fixes
Keywords: 
New-files: {arch}/ftp-utils/ftp-utils--lord/ftp-utils--lord--1.0/lord@regexps.com--2002/patch-log/patch-26
Modified-files: ChangeLog
  ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord--1.0
  with-ftp/Makefile.in with-ftp/wftp-client.c
  with-ftp/with-ftp.c
New-patches: lord@regexps.com--2002/ftp-utils--lord--1.0--patch-26

`with-ftp/Makefile.in': link with $(cfg__socket_library) which
is (hopefully) "-lsocket" on systems that need it.

`with-ftp/wftp-client.c': don't use `inet_aton', since not all systems
have that.  Use `inet_addr' instead, copping an idiom from wu-ftp.

`with-ftp/with-ftp.c': don't rely on `getcwd' to allocate memory --
not all systems do that in the same way.  Instead, write the stupid
loop that SCSH was designed (in part) to eliminate the need for.

